Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / LeftPanel.LeftPanelReference Class / LeftPanel.LeftPanelReference Constructor / LeftPanel.LeftPanelReference Constructor(LeftPanel,List<SearchResult>)

In This Topic
    LeftPanel.LeftPanelReference Constructor(LeftPanel,List<SearchResult>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal panel As LeftPanel, _
       ByVal foundPositions As List(Of SearchResult) _
    )
    public LeftPanel.LeftPanelReference( 
       LeftPanel panel,
       List<SearchResult> foundPositions
    )

    Parameters

    panel
    foundPositions
    See Also